home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Material Dictionary 147: …ground - Pop & Sweetness
/
Material Dictionary 147: CG Background - Pop & Sweetness.iso
/
mac
/
SOZAI147
/
SOZAI.EXE
/
SOZAI.dxr
/
00006_Å•Å•.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
1999-12-15
|
320 b
|
15 lines
on mouseDown
set cn to the castNum of sprite the clickOn
set the castNum of sprite the clickOn to cn + 1
updateStage()
pageup()
repeat while the stillDown
if rollOver(the clickOn) then
pageup()
end if
end repeat
set the castNum of sprite the clickOn to cn
updateStage()
indicateoff()
end